home *** CD-ROM | disk | FTP | other *** search
- object QBENewsDlg: TQBENewsDlg
- Left = 302
- Top = 186
- Width = 458
- Height = 513
- Caption = 'TQBE NEWS AND HELP'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 16
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 452
- Height = 488
- Align = alClient
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Lines.Strings = (
- 'TQBE Component news !!!'
- ''
- '1) Params in the query'
- ''
- ' Now you can put params wherever in the query.'
- ' Example:'
- ''
-
- ':DBDEMOS:CUSTOMER.DB | LastInvoiceDate | Company ' +
- ' |'
-
- ' | Check MyDate | Ch' +
- 'eck MyCompany |'
- ' '
- ' And then...'
- ''
- ' QBE1.ClearParams;'
- ' QBE1.AddParam('#39'MyDate'#39','#39'<=1/1/95'#39');'
- ' QBE1.AddParam('#39'MyCompany'#39','#39'not Cocacola'#39'); '
- ' QBE1.Active:=True;'
- ''
- '2) Answer table type.'
- ''
- ' The answer table can be specified to be in Paradox,'
- 'DBase or ASCII format (just as TTables components).'
- ''
- ''
- 'Good Luck !!'
- 'David Berneda.')
- ParentFont = False
- TabOrder = 0
- end
- end
-